home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BigMax 21
/
BigMax nº 21
/
BigMax nº 21.iso
/
big21.dir
/
Behaviours_12_B11.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-25
|
225 b
|
14 lines
on mouseEnter me
set the member of sprite the currentSpriteNum to "online2"
cursor(280)
end
on mouseLeave me
set the member of sprite the currentSpriteNum to "online"
cursor(-1)
end
on mouseUp me
go("Online")
end